home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / mewin.arc / AZMAP.CMD < prev    next >
OS/2 REXX Batch file  |  1991-03-12  |  547b  |  27 lines

  1. ;    AZMAP.CMD:    MicroEMACS Macro file
  2. ;            to translate an AZTEC C .SYM map file into
  3. ;            the form needed to read it into ADDSYMS
  4. ;            to be used with Pheonix's PFIX plus (C) debugger
  5. ;
  6. ;            written 6/5/86 by Daniel Lawrence
  7.  
  8. beginning-of-file
  9. newline
  10. previous-line
  11. replace-string "~n" "~n 0000:"
  12. beginning-of-line
  13. kill-to-end-of-line
  14. newline
  15. newline
  16. newline
  17. beginning-of-file
  18. newline
  19. insert-string "  Address         Publics by Name"
  20. newline
  21. set-mark
  22. end-of-file
  23. case-region-upper
  24. beginning-of-file
  25. replace-string "_~n" "~n"
  26.  
  27.